home *** CD-ROM | disk | FTP | other *** search
- /*---------------------------------------------------------------------------*/
- /* */
- /* hcnLine - This REXX Macro is called when the report sends out a LINE */
- /* Item, This is called for ALL types of ITEMS */
- /* */
- /* Valid Variables are: */
- /* hcDeep hclDoc hclPhysical hclFileSize */
- /* hclHTMLTag hclFileType hclMatched hclLocalFound */
- /* hclServerRoot hclOffSite hclParent hclAccessCount */
- /* hcpDoc hcpPhysical hcpFileSize hcpHTMLTag */
- /* hcpFileType hcpMatched hcpLocalFound hcpServerRoot */
- /* hcpOffSite hcpAccessCount */
- /* */
- /*---------------------------------------------------------------------------*/
-
- IF (hclLocalFound == 'No') THEN
- DO
-
- Call RxhcLineOut 'HTML ' || hcpDoc || ' (' || hcpPhysical || ') '
-
- Call RxhcLineOut ' Missing File: ' || hclDoc || ' (' || hclPhysical || ') '
-
- Call RxhcLineOut ' '
-
- END
-
- RETURN
-